Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Graphiql to fix layout #1131

Merged
merged 5 commits into from
Aug 3, 2024
Merged

Bump Graphiql to fix layout #1131

merged 5 commits into from
Aug 3, 2024

Conversation

Kowjako
Copy link
Contributor

@Kowjako Kowjako commented May 4, 2024

Fix for issue #1129

@@ -52,8 +52,7 @@
-->
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/graphiql.min.css"
integrity="sha384-1YHEU+Xy8hlKYAZ26WTz+JQEPMM6i/Mx5m8umMkSZChlzSYmq7RqyCyRbGqrILVZ"
href="https://unpkg.com/graphiql/graphiql.min.css"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should maintain a specific version tag and integrity hash.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, updated

@@ -52,8 +52,7 @@
-->
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/graphiql.min.css"
integrity="sha384-1YHEU+Xy8hlKYAZ26WTz+JQEPMM6i/Mx5m8umMkSZChlzSYmq7RqyCyRbGqrILVZ"
href="https://unpkg.com/graphiql/graphiql.min.css"
crossorigin="anonymous"
/>
<script
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the next line there is a reference to graphiqlWithExtensions. Is this old version compatible with the new version of GraphiQL ? All other features still work?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, ive checked and it works as expected

@Kowjako
Copy link
Contributor Author

Kowjako commented May 6, 2024

Btw new Graphiql is awesome
image

@Kowjako Kowjako requested a review from Shane32 May 6, 2024 08:48
@Shane32 Shane32 added this to the 8.0 milestone Aug 3, 2024
@Shane32 Shane32 changed the base branch from master to develop August 3, 2024 15:44
@Shane32 Shane32 linked an issue Aug 3, 2024 that may be closed by this pull request
@Shane32 Shane32 merged commit b1ee1af into graphql-dotnet:develop Aug 3, 2024
7 checks passed
@ame0410
Copy link

ame0410 commented Aug 8, 2024

@Kowjako will this PR enable the new GraphiQL 2.0?
Also, will this be released in GraphQL.Server.Ui.GraphiQL 8.x?

@Shane32
Copy link
Member

Shane32 commented Aug 8, 2024

Yes, this PR has been merged for 8.x. It will bump GraphiQL to 3.2.0

@ame0410
Copy link

ame0410 commented Aug 8, 2024

Thanks, @Shane32 . We will be eagerly waiting for 8.x :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid HTML
3 participants